home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Pakiet bezpieczenstwa
/
mini Pentoo LiveCD 2006.1
/
mpentoo-2006.1.iso
/
livecd.squashfs
/
usr
/
lib
/
metasploit
/
src
/
impurity
/
Makefile
next >
Wrap
Makefile
|
2006-06-30
|
208b
|
12 lines
all: tracepath
.c.o:
gcc -c $<
tracepath: tracepath.c
diet gcc -Wl,-T,script-ld-impurity -o tracepath tracepath.c -s -static
/sbin/chpax -m shelldemo >/dev/null 2>&1 || true
clean:
rm -f *.o tracepath